.header{
    width: 100%;
}
.header .headerTop{
    background: #23582a;
}
.header .headerTop .gjl{
    width: 1350px;
    margin: 0 auto;
    font-size: 14px;
    height: 45px;
}
.header .headerTop .gjl a,.header .headerTop .gjl div{
    display: inline-block;
    color: #ffffff;
    margin-left: 24px;
    line-height: 45px;
}
.header .headerTop .gjl .change a{
    margin-left:0;
}
.header .headerTop .gjl .right img{
    display: inline-block;
}
.header .headerTop .gjl  .phone{
    cursor: pointer;
    position: relative;
}
.header .headerTop .gjl .phone img {
    margin-right: 5px;
}
.header .headerTop .gjl  .phone .sjbewm{
    position: absolute;
    left: -40px;
    z-index: 2;
    display: none;
    top: 50px;
    width: 100px;
    height: 100px;
}
.header .headerTop .gjl .phone .sjbewm img {
    width: 100px;
    height: 100px;
}
.header .headerTop .gjl  .wechat{
    cursor: pointer;
    position: relative;
}

.header .headerTop .gjl .wechat img {
    margin-right: 5px;
}
.header .headerTop .gjl  .wechat .sjbewm{
    position: absolute;
    left: -40px;
    z-index: 2;
    display: none;
    top: 50px;
    width: 100px;
    height: 100px;
}
.header .headerTop .gjl .wechat .sjbewm img {
    width: 100px;
    height: 100px;
}
.header .headerCon{
    background: url("/pub/banner.png") center no-repeat;
    width: 100%;
    height: 200px;
}
.header .headerCon .con{
    width: 1380px;
    margin:0 auto;
}
.header .headerCon .logo{
    width: 659px;
    height: 144px;
    margin-top: 30px;
}
.header .headerCon .search{
    width: 360px;
    margin-top: 50px;
}
.header .headerCon .search .search-bq{
    width: 343px;
    height: 34px;
    margin-bottom: 5px;
}
.header .headerCon  .search form {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border:1px solid #4e9211;
}

.header .headerCon  .search form input {
    height: 100%;
    display: block;
    background: none;
    font-size: 18px;
    border: none;
    width: 300px;
    text-indent: 10px;
}

.header .headerCon  .search form button {
    width: 60px;
    text-align: center;
    height: 100%;
    background: #4e9211;
    cursor: pointer;
    display: block;
}

.header .headerCon  .search form button img {
    width: 37px;
    height: 41px;
    line-height: 50px;
}
.header .nav{
    width: 100%;
    height: 36px;
    color: #ffffff;
    background: #23582a;
}
.header .nav ul{
    width: 1380px;
    margin: 0 auto;
}
.header .nav ul li{
    width: 16.3%;
    float: left;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
}
.header .nav ul .line{
    float: left;
    line-height: 36px;
}
.header .nav ul li a{
    display:block; 
}

.header .nav ul li:hover{
    background:#46862b;
}
.header .nav .dropList {
    width:225px;
    display: none;
    z-index: 999;
    position: absolute;
}
.header .nav .dropList .dlItm {
    width: 225px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    background-color: #23582a!important;
    text-align: left;
    overflow: hidden;
}
.header .nav .dropList .dlItm a {
    letter-spacing: 0px;
    text-align: center;
}
.header .nav .dropList .dlItm a:hover {
    background-color: #369c63!important;
}